- array
ReturnType!(Range.front)[] array(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
int find(T[] array, bool function(T val) pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- findLast
int findLast(T[] array, bool function(T val) pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- map
auto map(Range range, To delegate(From data) func)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Q range, T[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.